[DllImport("user32.dll")]
static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow);
<DllImport("user32.dll")> _
Shared Function FindWindowEx( _
ByVal hWndParent As IntPtr, _
ByVal hWndChildAfter As IntPtr, _
ByVal ClassName As String, _
ByVal WindowCaption As String) As IntPtr: End Function
None.
Please add some!
Please add some!
Do you know one? Please contribute it!